home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gdm / themes / circles / circles.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-03  |  3.2 KB  |  107 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE greeter SYSTEM "greeter.dtd">
  3. <greeter>
  4.   <item type="svg" background="true">
  5.     <normal file="background.svg"/>
  6.     <pos x="0" y="0" width="100%" height="-75"/>
  7.   </item>
  8.     <item type="rect"> 
  9.         <normal color="#000000"/>
  10.         <pos x="0" y="-76" width="100%" height="76"/>
  11.         <fixed>
  12.             <item type="rect" background="true"> 
  13.                 <normal color="#ffffff"/>
  14.                 <pos x="0" y="5" width="100%" height="100%"/>
  15.                 <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0">
  16.                     <item type="button" id="options_button">
  17.                         <pos y="50%" anchor="w" width="100" height="40" />
  18.                         <stock type="options"/>
  19.                     </item>
  20.                     <item type="list" id="session" combo="true">
  21.                         <pos y="50%" anchor="w" height="40" width="200"/>
  22.                     </item>
  23.                     <item type="list" id="language" combo="true">
  24.                         <pos y="50%" anchor="w" height="40" width="250"/>
  25.                     </item>
  26.                 </box>
  27.             </item>
  28.         </fixed>
  29.     </item>
  30.  
  31.  
  32.   <item type="pixmap">
  33.     <normal file="flower.png"/>
  34.     <pos x="100%" y="100%" anchor="se"/>
  35.   </item>
  36.   <item type="label" id="clock">
  37.     <normal color="#000000" font="Sans 12"/>
  38.     <pos x="-20" y="-37" anchor="e"/>
  39.     <text>%c</text>
  40.   </item>
  41.  
  42.   <item type="rect">
  43.     <show type="timed"/>
  44.     <normal color="#FFFFFF" alpha="0.5"/>
  45.     <pos anchor="c" x="50%" y="25%" width="box" height="box"/>
  46.     <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
  47.       <item type="label" id="timed-label">
  48.         <normal color="#000000" font="Sans 12"/>
  49.         <pos x="50%" anchor="n"/>
  50.     <!-- Stock label for: User %u will login in %t -->
  51.     <stock type="timed-label"/>
  52.       </item>
  53.     </box>
  54.   </item>
  55.  
  56.   <item type="rect">
  57.     <normal color="#FFFFFF" alpha="0.5"/>
  58.     <pos anchor="c" x="50%" y="50%" width="box" height="box"/>
  59.     <box orientation="vertical" min-width="340" xpadding="30" ypadding="30" spacing="10">
  60.       <item type="label">
  61.         <pos anchor="n" x="50%"/>
  62.         <normal color="#000000" font="Sans 14"/>
  63.     <!-- Stock label for: Welcome to %h -->
  64.     <stock type="welcome-label"/>
  65.       </item>
  66.       <item type="label" id="pam-prompt">
  67.         <pos anchor="nw" x="10%"/>
  68.         <normal color="#000000" font="Sans 12"/>
  69.     <!-- Stock label for: Username: -->
  70.     <stock type="username-label"/>
  71.       </item>
  72.       <item type="rect">
  73.     <normal color="#000000"/>
  74.         <pos anchor="n" x="50%" height="24" width="80%"/>
  75.     <fixed>
  76.       <item type="entry" id="user-pw-entry">
  77.             <normal color="#000000" font="Sans 12"/>
  78.             <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
  79.       </item>
  80.     </fixed>
  81.       </item>
  82.       <item type="button" id="ok_button">
  83.         <pos anchor="n" x="50%" height="32" width="50%"/>
  84.         <stock type="ok"/>
  85.       </item>
  86.       <item type="button" id="cancel_button">
  87.         <pos anchor="n" x="50%" height="32" width="50%"/>
  88.         <stock type="startagain"/>
  89.       </item>
  90.       <item type="label" id="pam-message">
  91.         <pos anchor="n" x="50%"/>
  92.         <normal color="#000000" font="Sans 12"/>
  93.     <text></text>
  94.       </item>
  95.     </box>
  96.     <fixed>
  97.       <item type="label" id="pam-error">
  98.         <pos anchor="n" x="50%" y="110%"/>
  99.         <normal color="#000000" font="Sans 12"/>
  100.         <text></text>
  101.       </item>
  102.     </fixed>
  103.   </item>
  104. </greeter>
  105.  
  106.  
  107.